home *** CD-ROM | disk | FTP | other *** search
Text File | 1994-07-25 | 559 b | 12 lines | [TEXT/DOCS] |
-
- Verb KeyQuencer.doScript
- Syntax KeyQuencer.doScript (script)
- Parameters script is any text that could be typed in the control panel macro editor
- Action Runs the given string as a script
- Returns True
- Examples KeyQuencer.doScript (“Menu "Edit" "Select All"”)
- » true
- Notes • This verb requires KQ Apple Events to be in the extensions folder.
- • Curly quotes may be used as in any Frontier string to allow straight quotes to be embedded.
- • This verb returns as soon as the script is sent to KQ AppleEvents. It doesn’t wait for the requested action to complete.
-